Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632542 Views

Latest files of /cody/solygambas/html-css-javascript-projects/082-parallax landing page

style.css cody/solygambas/html-css-javascript-projects/082-parallax landing page/style.css
156 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Nixie+One&display=swap");

:root {
--primary-color: #2d2254;
--secondary--color: #f5c42f;
--text-color: #c5bbec;
}

index.html cody/solygambas/html-css-javascript-projects/082-parallax landing page/index.html
320 Views
0 Comments
<!-- Based on Parallax Landing Page - Rellax.js by Brad Traversy (2020)
see: https://www.youtube.com/watch?v=aAxt0Z7IXIo -->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
script.js cody/solygambas/html-css-javascript-projects/082-parallax landing page/script.js
197 Views
0 Comments
let rellax = new Rellax(".rellax");